Skip to main content

Merge Data Tables

By appending two given data tables consecutively, a new Data Table is created. The Missing Schema Action specifies how to handle schema differences between tables during the merge and whether to preserve changes or not.

Input

  • Source: This is the area where the Data Table object specified as the source is indicated. The data in this source is added to the target Data Table to create a new Data Table.
    • Type: System.Data.DataTable
    • Required
  • Missing Schema Action: This is the property field that specifies how to handle schema differences between tables during the merge.
    • Type: System.String
    • Required
    • Dropdown Options:
      • Add
      • Ignore
      • Error
      • AddWithKey

Input/Output

  • Destination: This is the area where the Data Table object specified as the target is indicated.
    • Type: System.Data.DataTable
    • Required